home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
bb2000
/
files
/
Exit.dxr
/
00013.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-02-20
|
203 b
|
16 lines
global gCount
on startMovie
set gCount to 0
end
on change
set gCount to gCount + 1
cursor([gCount, gCount + 4])
if gCount > 4 then
set gCount to 0
cursor(-1)
go(#next)
end if
end